TQADrawPoint
A drawing engine must define a method to draw a point.
typedef void (*TQADrawPoint) ( const TQADrawContext *drawContext, const TQAVGouraud *v);
drawContext
- A draw context.
v
- A Gouraud vertex.
DESCRIPTION
YourTQADrawPoint
function should draw the single point specified by thev
parameter to the draw context specified by thedrawContext
parameter. The size of the point is determined by thekQATag_Width
state variable of the draw context.